home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / bnchutil.arc / ALLDEL.DOC next >
Text File  |  1991-04-30  |  4KB  |  101 lines

  1.  
  2.        Explanation
  3.           What ALLDEL will do, is delete all files of <filespec> on the entire
  4.           disk, and give you a listing of the directories the files were in.    
  5.           As of this writing, there have been no reports of any hardware or 
  6.           DOS incompatibilities. 
  7.  
  8.        Usage
  9.           ALLDEL <filespec> /d /n
  10.           There MUST be a space between <filespec> and the parameters,
  11.           and there MUST be a space between the parameters.
  12.  
  13.        Parameters
  14.           /d  :  If specified, will prompt you for a drive other than
  15.                  the default.
  16.                  If not specified, then the current drive will be used.
  17.  
  18.           /n  :  If specified, will NOT prompt you for an OK to continue,
  19.                  as well as, will not pause after each screen. Be Careful!
  20.  
  21.           The parameters can be entered in any order, as long as there is a
  22.           space between them. If both /d and /n are used, you will be prompted
  23.           for a drive, and then the program will continue without stopping.
  24.           The parameters MUST be lower case or they will be ignored.
  25.  
  26.        Examples
  27.           ALLDEL *.old
  28.              Will ask if you want to delete all *.old on the default drive.
  29.  
  30.           ALLDEL 12*.* /n
  31.              Will delete all files starting with "12" on the default drive
  32.              without prompting you for an OK.
  33.  
  34.           ALLDEL swert.* /d
  35.              Will prompt you for a drive, ask you if you're sure, and delete
  36.              all files starting with "swert" on that drive.
  37.  
  38.           ALLDEL jklf.* /d /n
  39.              Will prompt you for a drive, and then delete all files starting
  40.              with "jklf" on that drive, without asking for an OK.
  41.  
  42.        History
  43.         
  44.          Version 1.0 - 1/17/90
  45.             Initial release.
  46.  
  47.          Version 1.1 - 1/24/90
  48.             Fixed bug that allowed some high ASCII characters to be entered
  49.             as a Drive letter. Also, changed some error messages to make a 
  50.             more logical presentation.  
  51.                                    
  52.          Version 1.2 - 3/12/90
  53.             Rearranged some code to make the program run faster, made the 
  54.             Usage screen a little more helpful, and fixed a bug that would
  55.             allow some invalid file names.
  56.  
  57.          Version 1.3 - 3/21/90
  58.             Fixed a bug that allowed some invalid switches to be entered.
  59.  
  60.  
  61.        License/Warranty
  62.        ----------------
  63.  
  64.         This document and the program file ALLDEL.EXE are copyrighted by 
  65.         the author. The copyright owner hereby licenses you, for 30 days,
  66.         to: use the software; make as many copies of the program and 
  67.         documentation as you wish; give such copies to anyone; and distribute 
  68.         the software and documentation via electronic means. There is no charge
  69.         for any of the above; and you will not charge anyone for distribution. 
  70.         Also, this documentation must accompany this software.
  71.  
  72.         If you like ALLDEL and use it alot, donations of any size may be
  73.         sent to the address below. It will make you and me both feel better as
  74.         well as encourage me to improve this program.
  75.  
  76.         If you notice any bugs or have any comments I can be reached at the
  77.         BBS's or address listed below.
  78.  
  79.         There is no warranty of any kind, and the copyright owner is not
  80.         liable for damages of any kind.  By using this software, you agree 
  81.         to this.
  82.         
  83.         
  84.        Aknowledgements
  85.  
  86.         I would like to thank Richard Simon for his examples regarding 
  87.         directories. Also, I would like to thank Karl Van Lear (SYSOP), 
  88.         and others, of the Nitelog BBS (408-655-1096), for all of their 
  89.         valued advice.
  90.  
  91.        Copyright
  92.    
  93.         The software and documentation are:
  94.  
  95.                             Copyright (C) 1990
  96.                               Joe Calabrese
  97.                              3909 Brave Trail             
  98.                             Kennesaw Ga. 30144     
  99.  
  100. Atlanta Exchange (404) 921-4395   CompuServe 74730,702    F-T-L (404) 292-8761
  101.